SingleNINumericSingleNSubtract Method
Subtracts the specified value from the current value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
SingleN INumeric<SingleN>.Subtract(
SingleN value
)
Private Function Subtract (
value As SingleN
) As SingleN Implements INumeric(Of SingleN).Subtract
private:
virtual SingleN Subtract(
SingleN value
) sealed = INumeric<SingleN>::Subtract
private abstract Subtract :
value : SingleN -> SingleN
private override Subtract :
value : SingleN -> SingleN
- value SingleN
- The value to subtract from the current value.
SingleNThe result of subtracting
value from the current value.
INumericTSelfSubtract(TSelf)